home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01260_ThisYear'sNews-TXT02.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  337 b   |  14 lines

  1. on mouseDown
  2.   if (the mouseCast = -1) or (the mouseWord = -1) then
  3.   else
  4.     if the castType of cast the mouseCast = #text then
  5.       if word the mouseWord of field the mouseCast = "├ë├ú├à[├àE├ëe├à[├ëY" then
  6.         mptandcset(the number of cast "TYNpt-03")
  7.       else
  8.       end if
  9.       updateStage()
  10.     else
  11.     end if
  12.   end if
  13. end
  14.